home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2008 April / PCgo 2008-04 (DVD).iso / interface / contents / demoversionen_3846 / 13664 / files / Data1.cab / smartobjectinserdlg.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-10-16  |  2.0 KB  |  63 lines

  1. /******************************************************************/
  2. /*                                                                */
  3. /*                      TurboCAD for Windows                      */
  4. /*                   Copyright (c) 1993 - 2001                    */
  5. /*             International Microcomputer Software, Inc.         */
  6. /*                            (IMSI)                              */
  7. /*                      All rights reserved.                      */
  8. /*                                                                */
  9. /******************************************************************/
  10.  
  11. #if !defined(AFX_SMARTOBJECTINSERDLG_H__AFD14C46_BE29_11D1_B7DE_000021452DB6__INCLUDED_)
  12. #define AFX_SMARTOBJECTINSERDLG_H__AFD14C46_BE29_11D1_B7DE_000021452DB6__INCLUDED_
  13.  
  14. #if _MSC_VER >= 1000
  15. #pragma once
  16. #endif // _MSC_VER >= 1000
  17. // SmartObjectInserDlg.h : header file
  18. //
  19.  
  20. /////////////////////////////////////////////////////////////////////////////
  21. // CSmartObjectInserDlg dialog
  22.  
  23. class CSmartObjectInserDlg : public CDialog
  24. {
  25. // Construction
  26. public:
  27.     CSmartObjectInserDlg(RegenMethods *pRegens, CWnd* pParent = NULL);   // standard constructor
  28.     DWORD m_dwID;
  29.     CString m_cstrName;
  30.     CString m_cstrDesc;
  31.     ImsiRegenMethodType m_rmType;
  32.  
  33. // Dialog Data
  34.     //{{AFX_DATA(CSmartObjectInserDlg)
  35.     enum { IDD = IDD_INSERT_SMARTOBJECT };
  36.     CListCtrl    m_lstRegens;
  37.     //}}AFX_DATA
  38.  
  39.  
  40. // Overrides
  41.     // ClassWizard generated virtual function overrides
  42.     //{{AFX_VIRTUAL(CSmartObjectInserDlg)
  43.     protected:
  44.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  45.     //}}AFX_VIRTUAL
  46.  
  47. // Implementation
  48. protected:
  49.  
  50.     RegenMethods*    m_pRegens;
  51.  
  52.     // Generated message map functions
  53.     //{{AFX_MSG(CSmartObjectInserDlg)
  54.     virtual BOOL OnInitDialog();
  55.     //}}AFX_MSG
  56.     DECLARE_MESSAGE_MAP()
  57. };
  58.  
  59. //{{AFX_INSERT_LOCATION}}
  60. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  61.  
  62. #endif // !defined(AFX_SMARTOBJECTINSERDLG_H__AFD14C46_BE29_11D1_B7DE_000021452DB6__INCLUDED_)
  63.